home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4139 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: Norway.EU.net!usenet
  2. From: patrick.hanevold@login.eunet.no (Patrick Hanevold)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo question time again :)
  5. Date: 18 Feb 1996 23:06:43 GMT
  6. Organization: EUnet Norway
  7. Message-ID: <871.6622T1429T1692@login.eunet.no>
  8. References: <4g4tth$2vt@mo6.rc.tudelft.nl>
  9. NNTP-Posting-Host: pc9.asker-pm2-1.eunet.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. >After viewing the Silents' Fruitkitchen demo, I was rather puzzled by some
  14. >of the 3D-gfx shown in that demo. I couldn't quite put my finger on it, but
  15. >suddenly it hit me: the lines are much too blocky, like the gfx were rendered
  16. >in a 160*128 screen, and then enlarged to 320*256 resolution. Is this a new
  17. >way of getting more objects on screen while reducing computing time, or is it
  18. >just a weird new effect? Surely a 1200 (and certainly a 4000) is fast enough
  19. >to calculate full-sized 320*256 screens in a reasonable amount of time
  20. >without resorting to this archaic technique?
  21.  
  22. >Maarten
  23.  
  24. There is no chunky mode on the amiga, so its the chunky to planar conversion
  25. that "scales" the screen. 320x256x8 chunky conversion is just to damn slow.
  26.  
  27. <sb>Patrick Hanevold - Virtual Reality developer
  28. <sb>patrick.hanevold@login.eunet.no
  29. <sb>Amiga and official Be developer
  30.  
  31.